func runtime.mutexPreferLowLatency

4 uses

	runtime (current package)
		lock_spinbit.go#L132: func mutexPreferLowLatency(l *mutex) bool {
		lock_spinbit.go#L213: 		if weSpin || atTail || mutexPreferLowLatency(l) {
		lock_spinbit.go#L292: 		mutexPreferLowLatency(l)) { // prefer waiters be awake as much as possible
		lock_spinbit.go#L335: 			if v&mutexSpinning == 0 || mutexPreferLowLatency(l) {